Package com.cisco.pt.ipc.events
Class DeviceDialogEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.DeviceDialogEventRegistry
An event for the IPC's DeviceDialogEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<DeviceDialogEventListener>protected Map<String,Set<DeviceDialogEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(DeviceDialogEventListener listener) voidaddListener(DeviceDialogEventListener listener, DeviceDialog objClass) voidaddListenerFiltered(DeviceDialogEventListener listener, List<String> events) voidaddSpecificListenerFiltered(DeviceDialogEventListener listener, DeviceDialog objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(DeviceDialogEventListener listener) voidremoveListener(DeviceDialogEventListener listener, DeviceDialog objClass) voidremoveListenerFiltered(DeviceDialogEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(DeviceDialogEventListener listener, DeviceDialog objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
DeviceDialogEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(DeviceDialogEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(DeviceDialogEventListener listener, DeviceDialog objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(DeviceDialogEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(DeviceDialogEventListener listener, DeviceDialog objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(DeviceDialogEventListener listener, DeviceDialog objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(DeviceDialogEventListener listener, DeviceDialog objClass) throws IOException - Throws:
IOException
-